[INFO] fetching crate msp_protocol 0.1.2...
[INFO] fixing msp_protocol-0.1.2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate msp_protocol 0.1.2 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate msp_protocol 0.1.2
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate msp_protocol 0.1.2
[INFO] tweaked toml for crates.io crate msp_protocol 0.1.2 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate msp_protocol 0.1.2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate msp_protocol 0.1.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded crc-any v2.5.0
[INFO] [stderr]   Downloaded packed_struct_codegen v0.10.1
[INFO] [stderr]   Downloaded packed_struct v0.10.1
[INFO] [stderr]   Downloaded debug-helper v0.3.13
[INFO] [stderr]   Downloaded serialport v4.7.2
[INFO] [stderr]   Downloaded unescaper v0.1.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b70e8fdccfc2a734de5fee87f9595e14e17ec5fa54035e3e2dae3479efa23879
[INFO] running `Command { std: "docker" "start" "b70e8fdccfc2a734de5fee87f9595e14e17ec5fa54035e3e2dae3479efa23879", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b70e8fdccfc2a734de5fee87f9595e14e17ec5fa54035e3e2dae3479efa23879" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b70e8fdccfc2a734de5fee87f9595e14e17ec5fa54035e3e2dae3479efa23879", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b70e8fdccfc2a734de5fee87f9595e14e17ec5fa54035e3e2dae3479efa23879" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling packed_struct v0.10.1
[INFO] [stderr]     Checking debug-helper v0.3.13
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking crc-any v2.5.0
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking libudev v0.3.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling packed_struct_codegen v0.10.1
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking unescaper v0.1.6
[INFO] [stderr]     Checking serialport v4.7.2
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking msp_protocol v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `SmallVec`
[INFO] [stdout]  --> src/msp/packet.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | use smallvec::{SmallVec, smallvec};
[INFO] [stdout]   |                ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]    --> src/msp/parser.rs:252:30
[INFO] [stdout]     |
[INFO] [stdout] 252 |     use crate::msp::parser::{self, MspParser};
[INFO] [stdout]     |                              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `smallvec`
[INFO] [stdout]  --> src/msp/data.rs:3:26
[INFO] [stdout]   |
[INFO] [stdout] 3 | use smallvec::{SmallVec, smallvec};
[INFO] [stdout]   |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `SmallVec` and `smallvec`
[INFO] [stdout]  --> src/msp/packet.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | use smallvec::{SmallVec, smallvec};
[INFO] [stdout]   |                ^^^^^^^^  ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `smallvec`
[INFO] [stdout]  --> src/msp/data.rs:3:26
[INFO] [stdout]   |
[INFO] [stdout] 3 | use smallvec::{SmallVec, smallvec};
[INFO] [stdout]   |                          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `MspRc` in this scope
[INFO] [stdout]   --> examples/fetch_drones_state.rs:23:22
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let mut raw_cr = MspRc::new();
[INFO] [stdout]    |                      ^^^^^ use of undeclared type `MspRc`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use msp_protocol::msp::structs::MspRc;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MspRawImu` in this scope
[INFO] [stdout]   --> examples/fetch_drones_state.rs:57:51
[INFO] [stdout]    |
[INFO] [stdout] 57 |                         let imu = pkt.decode_as::<MspRawImu>()?;
[INFO] [stdout]    |                                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use msp_protocol::msp::structs::MspRawImu;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MspBatteryState` in this scope
[INFO] [stdout]   --> examples/fetch_drones_state.rs:61:52
[INFO] [stdout]    |
[INFO] [stdout] 61 |                         let byte = pkt.decode_as::<MspBatteryState>()?;
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use msp_protocol::msp::structs::MspBatteryState;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MspRc` in this scope
[INFO] [stdout]   --> examples/fetch_drones_state.rs:65:52
[INFO] [stdout]    |
[INFO] [stdout] 65 |                         let byte = pkt.decode_as::<MspRc>()?;
[INFO] [stdout]    |                                                    ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use msp_protocol::msp::structs::MspRc;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `new_from` found for struct `MspParser` in the current scope
[INFO] [stdout]   --> examples/fetch_drones_state.rs:31:38
[INFO] [stdout]    |
[INFO] [stdout] 31 |     let mut parser_from = MspParser::new_from(); // need to be new
[INFO] [stdout]    |                                      ^^^^^^^^ associated function or constant not found in `MspParser`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `MspParser` consider using one of the following associated functions:
[INFO] [stdout]       MspParser::new
[INFO] [stdout]       MspParser::from_fc
[INFO] [stdout]       MspParser::to_fc
[INFO] [stdout]   --> src/msp/parser.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn new(dir:MspPacketDirection ) -> MspParser {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |     pub fn from_fc() -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub fn to_fc() -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `from` with a similar name
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/convert/mod.rs:594:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `msp_protocol` (example "fetch_drones_state") due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "b70e8fdccfc2a734de5fee87f9595e14e17ec5fa54035e3e2dae3479efa23879", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b70e8fdccfc2a734de5fee87f9595e14e17ec5fa54035e3e2dae3479efa23879", kill_on_drop: false }`
[INFO] [stdout] b70e8fdccfc2a734de5fee87f9595e14e17ec5fa54035e3e2dae3479efa23879
